SftTree/NET 2.0

TagObjects Property, ItemClass Class

Softel vdm, Inc.

Defines application-specific data.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public Property TagObjects As Object()

C#   

public object[] TagObjects { get; set; }

C++   

public: property array<Object^>^ TagObjects {
        array<Object^>^ get();
        void set(array<Object^>^ value);
}

Property Value

An array of application-specific objects.

The default value is null/Nothing.

Comments

The TagObjects property defines application-specific data.

The TagObjects property can be used by an application to attach application-specific data to an item. Objects stored in the TagObjects property are serialized when items are saved/loaded, provided the objects support serialization. The data stored in the TagObjects property is not used by controls in any way.

The TagString property can be used to store an additional application-specific string.

The TagObject property can be used to access the first element of the TagObjects array.

The CellBaseClass.TagString and CellBaseClass.TagObjects properties can be used to store application-specific with cells.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com